[Snyk] Upgrade @homebridge/plugin-ui-utils from 2.0.2 to 2.1.0#706
Closed
[Snyk] Upgrade @homebridge/plugin-ui-utils from 2.0.2 to 2.1.0#706
Conversation
Snyk has created this PR to upgrade @homebridge/plugin-ui-utils from 2.0.2 to 2.1.0. See this package in npm: @homebridge/plugin-ui-utils See this project in Snyk: https://app.snyk.io/org/lenoxys/project/3079434b-19c6-45f2-9809-90cb4d09eb7b?utm_source=github&utm_medium=referral&page=upgrade-pr
Reviewer's GuideThis PR upgrades the @homebridge/plugin-ui-utils dependency from 2.0.2 to 2.1.0 by updating package.json and regenerating the lockfile; the new version adds the userCurrentLightingMode helper (requiring Homebridge UI ^4.75.1-beta.2 or ^5.0.0-beta.76). Class diagram for @homebridge/plugin-ui-utils v2.1.0 updateclassDiagram
class PluginUIUtils {
+userCurrentLightingMode() // Added in v2.1.0
... // other existing methods
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @homebridge/plugin-ui-utils from 2.0.2 to 2.1.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 1 version ahead of your current version.
The recommended version was released a month ago.
Release notes
Package name: @homebridge/plugin-ui-utils
-
2.1.0 - 2025-06-02
- add method
- requires homebridge ui
-
2.0.2 - 2025-03-31
- update
- updated dependencies
- improve typings
from @homebridge/plugin-ui-utils GitHub release notesChanges
userCurrentLightingModeto get the current lighting mode^4.75.1-beta.2 || ^5.0.0-beta.76Homebridge UI Bootstrap Version
Please note that the Boostrap version in the UI was recently updated from
v4tov5.This may cause some style changes to your custom UIs.
For more information about the changes, please refer to the Bootstrap v5 migration guide.
Changes
READMEto document updated UI bootstrap versionImportant
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Upgrade the @homebridge/plugin-ui-utils package to v2.1.0 to include the new userCurrentLightingMode API
New Features:
Build: